Cavern
Cavern4D
Cavernize
Debug
FilterInterfaces
Filters
Format
Helpers
QuickEQ
Remapping
SpecialSources
Spoofer
Utilities
ArrayExtensions
CavernAmp
ChannelExtensions
ColorUtils
Complex
ComplexArray
Convolve(this Complex[], Complex[])
Deconvolve(this Complex[], Complex[])
ParseForFFT(this float[])
ParseForFFT(this float[], Complex[])
FFTCache
IComparable
IEquatable
IEquatable
Linked
ListExtensions
Measurements
RenderStats
Resample
RunningChannelSeparator
ThreadSafeFFTCache
Tunneler
VectorExtensions
VectorUtils
WaveformUtils
WindowBase
Virtualizer
Atmosphere
AudioClip3D
AudioListener3D
AudioListener3DInspector
AudioSource3D
CavernizeRealtime
Channel
Clip
Environments
Jack
Listener
QualityModes
Rolloffs
SeatAdaptation
Source
class ComplexArray
Operations on complex arrays.
Visibility
Public
Modifiers
static
Public static functions
void
Convolve(this Complex[] source, Complex[] other)
Replace the
with its convolution with an
array.
void
Deconvolve(this Complex[] source, Complex[] other)
Replace the
with its deconvolution with an
array.
Complex[]
ParseForFFT(this float[] source)
Convert a float array to complex a size that's ready for FFT.
void
ParseForFFT(this float[] source, Complex[] target)
Move the waveform to a complex array before it's Fourier-transformed.